Make blink-matching-paren perform blinking without moving the cursor
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 13 Dec 2013 04:14:17 +0000 (06:14 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 13 Dec 2013 04:14:17 +0000 (06:14 +0200)
commit8790bb2a326c505b70b01138bc84410818f6efb9
treeffb24b1afd995b9fdfbcb06fbf08518530a6c6e1
parent66db82d6fea388e45f837077bfc64405ef09535b
Make blink-matching-paren perform blinking without moving the cursor

* lisp/faces.el (paren-showing-faces, show-paren-match)
(show-paren-mismatch): Move from paren.el.

* lisp/simple.el (blink-matching--overlay): New variable.
(blink-matching-open): Instead of moving point, highlight the
matching paren with an overlay
(http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
lisp/ChangeLog
lisp/faces.el
lisp/paren.el
lisp/simple.el